ComponentOne Xamarin Edition
C1CollectionView<T> Class Methods

C1.CollectionView Assembly > C1.CollectionView Namespace : C1CollectionView<T> Class

For a list of all members of this type, see C1CollectionView<T> members.

Public Methods
 NameDescription
Public MethodReturns a ICollectionView<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items.  
Public Method Returns whether the collection view is able to filter the specified expression. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Returns whether the collection view is able to group the specified group descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Determines whether a new item can be inserted in the collection at the specified index. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Determines whether the item at fromIndex can be moved to toIndex. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Determines whether the collection can be refreshed. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Determines whether the item at the specified index can be removed from the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Determines whether the item at the specified index can be replaced in the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Returns whether the collection view is able to sort the specified sort descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Filters the data using specified filter expression. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Returns an enumerator that iterates through the collection. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public Method Gets the type of the item. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Returns the items that has be loaded so far. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Groups the collection view according to the specified group descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Gets the index of the specified item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public Method Inserts the specified item at the specified index in the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Load the items between the specified indexes. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Loads more items asynchronously. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Moves an item from the specified position to the new one. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Sets the specified item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public Method Sets the first item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public Method Sets the last item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public MethodSets the item after the C1CollectionViewBase<T>.CurrentItem in the view as the C1CollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public Method Sets the item at the specified index in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public MethodSets the item before the C1CollectionViewBase<T>.CurrentItem in the view as the C1CollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<object>)
Public MethodMoves to the page pageIndex. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Refreshes the collection data. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Removes the item at the specified index from the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Replaces the item at the specified index by the new specified item. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Public Method Sorts the collection view according to the specified sort descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<object,object>)
Top
Extension Methods
 NameDescription
Public Extension Method Adds the specified item to the collection.
Public Extension Method Attaches the specified handler to the filter changed event.
Public Extension Method Attaches the specified handler to the group changed event.
Public Extension Method Attaches the specified handler to the page changed event.
Public Extension Method Attaches the specified handler to the sort changed event.
Public Extension Method Returns whether the collection view is able to filter the specified expression.
Public Extension MethodOverloaded.  Returns true if the collection view supports sorting.
Public Extension Method Determines whether a new item can be inserted in the collection at the specified index.
Public Extension Method Returns true if the collection view can load items on demand.
Public Extension Method Determines whether the item at fromIndex can be moved to toIndex.
Public Extension Method Returns true if the collection view can be refreshed.
Public Extension Method Determines whether the item at the specified index can be removed from the collection.
Public Extension Method Determines whether the item at the specified index can be replaced in the collection.
Public Extension MethodOverloaded.  Returns true if the collection view supports sorting.
Public Extension MethodCreates a FilterExpression from a query string.
Public Extension Method Detaches the specified handler from the filter changed event.
Public Extension Method Detaches the specified handler from the group changed event.
Public Extension Method Detaches the specified handler to the page changed event.
Public Extension Method Detaches the specified handler from the sort changed event.
Public Extension MethodOverloaded.  Filters the data using specified filter parameters.
Public Extension Method Gets the current page number.
Public Extension Method Returns a the current filter expression.
Public Extension Method Returns a list of the current group descriptions.
Public Extension Method Returns all the items that has be loaded so far.
Public Extension Method Gets the number of pages.
Public Extension Method Gets the maximum number of items per page.
Public Extension Method Returns a list of the current sort descriptions.
Public Extension Method Gets the text fields of the items of this collection view.
Public Extension Method Gets the total number of items in the collection.
Public Extension MethodOverloaded.  Groups the collection view according to the specified group fields.
Public Extension Method Gets the index of the specified item.
Public Extension Method Inserts the specified item at the specified index in the collection.
Public Extension Method Returns true if the collection view is paginated.
Public Extension Method Load the items between the specified indexes.
Public Extension Method Loads more items.
Public Extension Method Moves an item from the specified position to the new one.
Public Extension MethodMoves to the page pageIndex.
Public Extension Method Returns true if the collection view needs loading the items asynchronously.
Public Extension Method Refreshes the collection view.
Public Extension Method Removes the item at the specified index from the collection.
Public Extension Method Removes any filter applied to the collection previously.
Public Extension Method Replaces the item at the specified index by the specified item.
Public Extension Method Sets the maximum number of items per page.
Public Extension MethodOverloaded.  Sorts the collection view according to the specified sort parameters.
Public Extension MethodOverloaded. Converts an System.Collections.IEnumerable to a collection view.
Top
See Also

Reference

C1CollectionView<T> Class
C1.CollectionView Namespace